home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / ProjectCenter / Demo.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-10-16  |  1.7 KB  |  124 lines

  1. #MainWindow
  2. {
  3.     overflow:hidden;
  4.     background:#1f1f1f url(/img/ProjectCenter/demo_bg.jpg) left bottom repeat-x;
  5.     font-family:"Lucida Grande", "Tahoma", Arial, SimSun, sans-serif;
  6. }
  7.  
  8. #SplashScreen
  9. {
  10.     float:left;
  11.     width:600px;
  12.     height:438px;
  13.     border:0px;
  14.     margin:10px 0 0 10px;
  15. }
  16.  
  17. #RightPanel
  18. {
  19.     float:left;
  20.     width:380px;
  21.     margin:10px 0 0 10px;
  22. }
  23.  
  24.     #MainWindow h1
  25.     {
  26.         margin:0 0 10px 0;
  27.         font-size:24px;
  28.         line-height:34px;
  29.         color:#fff;
  30.         border-bottom:2px solid #666;
  31.     }
  32.     
  33.     #MainWindow p
  34.     {
  35.         margin-bottom:0px;
  36.         margin-top:0px;
  37.         line-height:25px;
  38.         font-size:13px;
  39.         color:#aaa;
  40.         padding-left:10px;
  41.         border-left:2px solid #999;
  42.     }
  43.     
  44.     #MainWindow ul
  45.     {
  46.         margin:5px 0 5px 0;
  47.         padding:0 0 0 15px;
  48.     }
  49.     #MainWindow li
  50.     {
  51.         position:relative;
  52.         font-weight:bold;
  53.         color:#fff;
  54.         font-size:12px;
  55.         margin-top:10px;
  56.     }
  57.     #MainWindow cite
  58.     {
  59.         color:#ccc;
  60.         font-weight:normal;
  61.         font-style:normal;
  62.         line-height:15px;
  63.     }
  64.     
  65.     a.White:link, a.White:visited
  66.     {
  67.         position:absolute;
  68.         right:0px;
  69.         top:0px !important;
  70.         top:3px;
  71.         color:#ccc;
  72.     }
  73.     a.White:hover
  74.     {
  75.         color:#fff;
  76.     }
  77.     
  78. #BottomPanel
  79. {
  80.     float:left;
  81.     clear:left;
  82.     margin:0 0 0 20px !important;
  83.     margin:0 0 0 10px;
  84.     width:450px;
  85. }
  86. #BottomPanel2
  87. {
  88.     float:left;
  89.     margin:0 0 0 100px !important;
  90.     margin:0 0 0 70px;
  91.     width:450px;
  92. }
  93.  
  94. a.BuyNow:link, a.BuyNow:visited
  95. {
  96.     float:left;
  97.     display:block;
  98.     margin-left:40px;
  99.     width:200px;
  100.     height:40px;
  101.     
  102.  
  103.     line-height:40px;
  104.     text-align:center;
  105.     color:#222;
  106.     text-decoration:none;
  107.     font-weight:bold;
  108.     font-size:13px;
  109.     background:url(/img/ProjectCenter/buynow.jpg) left top no-repeat;
  110. }
  111. a.BuyNow:hover
  112. {
  113.     color:#fff;
  114.     background:url(/img/ProjectCenter/buynow_hover.jpg) left top no-repeat;
  115. }
  116.  
  117. a.Inline:link, a.Inline:visited
  118. {
  119.     color:#aaa;
  120. }
  121. a.Inline:hover
  122. {
  123.     color:#fff;
  124. }